home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / icons / clrbut.zip / CLRBUTTN.H < prev    next >
Text File  |  1991-01-09  |  513b  |  16 lines

  1. /* ColorButton message definitions */
  2.  
  3. #define    CRBM_SETFACEBRUSH     (WM_USER+1)
  4. #define    CRBM_SETSHADOWBRUSH   (WM_USER+2)
  5. #define    CRBM_SETTEXTCOLOR     (WM_USER+3)
  6. #define    CRBM_SETDRAWTEXTSTYLE (WM_USER+4)
  7. #define    CRBM_SETLABELFONT     (WM_USER+5)
  8.  
  9. #define    CRBM_GETFACEBRUSH     (WM_USER+11)
  10. #define    CRBM_GETSHADOWBRUSH   (WM_USER+12)
  11. #define    CRBM_GETTEXTCOLOR     (WM_USER+13)
  12. #define    CRBM_GETDRAWTEXTSTYLE (WM_USER+14)
  13. #define    CRBM_GETLABELFONT     (WM_USER+15)
  14.  
  15.  
  16.